.seachTitle {
  font-weight: bold;
  color: #68686b;
}

.pageTitle {
  font-weight: bold;
  color: #68686b;
  font-size: 20px;
}

.mainContainer {
  min-height: calc(100vh - 310px);
}

.navbar {
  background-image: -webkit-linear-gradient(top, #198dbf, #192dbf);
  color: #fff;
  padding: 4px 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 15px;
}

.bg_light_grey {
  background: cornsilk;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fecb30;
}

.footer {
  background-color: #192dbf;
  color: #fff;
}
.copyright {
  font-size: 18px;
  font-weight: bold;
}

.category_name {
  font-size: 20px;
}

.infoFont {
  font-weight: normal;
  color: #999;
}

.popover {
  max-width: 600px;
  background: #fff2cc;
  padding: 0px 4px !important;
  border: 1px solid #ccc;
}
.popover-body {
  padding: 0 10px;
}
.product_popover:focus {
  outline: none;
  border: none;
}
.popover_title {
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.popover_des {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.popoverLastItem {
  border-bottom: none;
}
.dropdown.bootstrap-select.form-control {
  border: 1px solid #ccc;
}

.ui-widget {
  font-size: 12px;
  padding: 5px;
}

.ui-widget-content {
  max-height: 220px;
  overflow-y: scroll;
}

.table td,
.table th {
  font-size: 15px;
  min-width: 115px;
}
.table {
  position: relative;
}

.table tfoot th {
  position: sticky;
  bottom: 0px;
  background-color: #fff;
}

td.customer_friendly {
  text-align: right;
}

#reportrange {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
#search_content {
  width: 30%;
  margin-left: auto;
}

/* new css */
.qty_group {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  justify-content: center;
  width: 80px;
}
.qty_group #number {
  width: 40px;
  text-align: center;
  border: none;
}
.qty_group input[type="number"]::-webkit-inner-spin-button,
.qty_group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty_group .increment,
.qty_group .decrement {
  padding: 0px 5px;
  cursor: pointer;
}
.summary_row td {
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.grand_total_td {
  min-width: 130px !important;
}
.shipping_content #loading,
.shipping_content .round_trip {
  max-inline-size: fit-content;
}
tr.table_top_header th {
  border-bottom: 0;
  border-top: 0;
}
tr.quote_summary_row th {
  padding-top: 5px;
  padding-bottom: 5px;
}
tr.quote_summary_row th input {
  padding-top: 0;
  padding-bottom: 0;
}

/* end new css */
#custom_order_table {
  padding-right: 30px;
}
.cart_dlt_btn .fa {
  border: 1px solid red;
  border-radius: 50px;
  padding: 2px 3px;
  color: red;
  position: absolute;
  text-overflow: auto;
  right: -25px;
}
.header_logo_img,
.home_link {
  cursor: pointer;
}

#orderModal {
  overflow: visible;
  top: 35%;
  z-index: 1060;
}
.greyed_out {
  background: #ccc;
  opacity: 0.75;
  border: none;
  color: #fff;
}

.greyed_out:hover {
  background: #ccc;
  color: #fff;
}

@media (min-width: 1200px) {
  .ui-widget-content {
    width: 100% !important;
    max-width: 1130px !important;
  }
}

@media (max-width: 1000px) {
  .ui-widget-content {
    max-width: 690px !important;
  }
}

@media (max-width: 767px) {
  .ui-widget-content {
    max-width: 93% !important;
  }
  .table td,
  .table th {
    padding: 0.4rem !important;
  }
  #search_content {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 8%;
  }
}
